div, p, h1, h2, h3, h4, h5, h6, ul, li, ol, dl, dd, dt, img, body, html {
    margin: 0;
    padding: 0;

}

a {
    text-decoration: none;
    color: rgb(51, 51, 51);
    cursor: pointer;
}

ul li, ol li, dl dd dt {
    list-style: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    clear: both;
}

body {
    font-size: 12px;
    font-family: "微软雅黑", "华文楷体", "楷体";
}

.w {
    width: 1200px;
    margin: 0 auto;
}

.bh1 {
    font-size: 38px;
    color: #333;
    margin: 0 auto;
    text-align: center;
    line-height: 60px;
    font-weight: 500;
}

.bh3 {
    font-size: 40px;
    color: #e6e6e6;
    margin: 0 auto;
    text-align: center;
    line-height: 60px;
    font-weight: 600;
}


.h1span {
      color: #666;
      /* display: block; */
      text-align: center;
      font-size: 16px;
}

.bp {
    font-size: 16px;
    display: block;
    color: #666;
    margin: 0 auto;
    text-align: center;

    line-height: 30px;

}

.c_top {
   padding-top: 50px;
    padding-bottom: 15px;
    position: relative;

}

.bimg {
    display: block;
    margin: 0 auto;
}

.bh6 {
    width: 50px;
    border-bottom: 3px #055eb0 solid;
    height: 10px;
    text-align: center;
    margin:  0 auto;
}
.bh5 {

    border-bottom: 1px #e8e8e8 solid;
    height: 10px;
    margin-bottom: 15px;

}

.a {
    display: block;
    text-align: center;
    height: 50px;
    color: #191919;
    font-size: 20px;
    margin: 0 auto;
    background: #fff;
    width: 200px;
    line-height: 50px;
    border: 1px #e5e5e5 solid;

}
.zz{
    padding: 20px 0;
}

.Ghead {
    margin: 30px auto;
}
.Ghead h2{
    text-align: center;
    font-size: 26px;
    color: #45b034;
    font-weight: 600;
}
.Ghead h2 span{
    font-weight: 400;
    color: #c78d75;
    font-size: 30px;

}
.Ghead img {
    text-align: center;
    display: block;
    margin: 15px auto;
}
.Ghead p{
    color: #3d4d63;
    font-size: 20px;
    margin: 0 auto;
    text-align: center;
    display: block;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}
.yellow {
    background-color: #e22522;
}